Skip to content

[core] Migrate frontends/ir/src/ to std::filesystem::path#34925

Open
almilosz wants to merge 3 commits intoopenvinotoolkit:masterfrom
almilosz:almilosz/frontends-ir
Open

[core] Migrate frontends/ir/src/ to std::filesystem::path#34925
almilosz wants to merge 3 commits intoopenvinotoolkit:masterfrom
almilosz:almilosz/frontends-ir

Conversation

@almilosz
Copy link
Contributor

@almilosz almilosz commented Mar 25, 2026

Details:

  • Changed the type of the weights_path parameter and member variable from std::string to std::filesystem::path in the InputModel and InputModelIRImpl classes
  • Updated the lambda function and return statement in FrontEnd::load_impl
  • Use std::fs::path for __weights_path. Use std::string for ov::weights_path

Tickets:

AI Assistance:

  • AI assistance used: yes
  • codebase analysis

@github-actions github-actions bot added the category: IR FE OpenVINO IR v10 / v11 FrontEnd label Mar 25, 2026
@github-actions github-actions bot added category: inference OpenVINO Runtime library - Inference category: IE Tests OpenVINO Test: plugins and common category: GPU OpenVINO GPU plugin category: TEMPLATE OpenVINO Template plugin labels Mar 26, 2026
@almilosz almilosz marked this pull request as ready for review March 26, 2026 16:16
@almilosz almilosz requested review from a team as code owners March 26, 2026 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: GPU OpenVINO GPU plugin category: IE Tests OpenVINO Test: plugins and common category: inference OpenVINO Runtime library - Inference category: IR FE OpenVINO IR v10 / v11 FrontEnd category: TEMPLATE OpenVINO Template plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant